home *** CD-ROM | disk | FTP | other *** search
- -- card: 13740 from stack: in.0
- -- bmap block id: 25763
- -- flags: 0000
- -- background id: 2805
- -- name: Dialog Manager
- ----- HyperTalk script -----
- on opencard
- hide background field 2
- end opencard
-
-
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=16 top=42 right=226 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 156
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=294 top=175 right=194 bottom=360
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cancel
- ----- HyperTalk script -----
- on mouseUp
- set lockscreen to true
- repeat with all is 1 to number of card buttons
- hide card button all
- end repeat
- show card field 2
- show card button 3
- set lockscreen to false
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=294 top=196 right=215 bottom=360
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: OK
- ----- HyperTalk script -----
- on mouseUp
- set lockscreen to true
- repeat with all is 1 to number of card buttons
- hide card button all
- end repeat
- show card field 2
- show card button 3
- set lockscreen to false
- end mouseUp
-
-
-
- -- part 5 (field)
- -- low flags: 80
- -- high flags: 0002
- -- rect: left=130 top=172 right=271 bottom=363
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
-
-
- -- part 6 (button)
- -- low flags: 80
- -- high flags: 8003
- -- rect: left=309 top=249 right=268 bottom=359
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: OK
- ----- HyperTalk script -----
- on mouseUp
- hide card button 3
- hide card field 2
- show card button 1
- show card button 2
- show card button 6
- show card button 4
- show card button 5
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 8006
- -- rect: left=134 top=195 right=212 bottom=278
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 8 1/2" X 11" paper
- ----- HyperTalk script -----
- on mouseUp
- set lockscreen to true
- repeat with all is 1 to number of card buttons
- hide card button all
- end repeat
- show card field 2
- show card button 3
- set lockscreen to false
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 8006
- -- rect: left=134 top=215 right=232 bottom=278
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 8 1/2" X 14" paper
- ----- HyperTalk script -----
- on mouseUp
- set lockscreen to true
- repeat with all is 1 to number of card buttons
- hide card button all
- end repeat
- show card field 2
- show card button 3
- set lockscreen to false
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 8005
- -- rect: left=134 top=233 right=250 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Stop printing after each page
- ----- HyperTalk script -----
- on mouseUp
- set lockscreen to true
- repeat with all is 1 to number of card buttons
- hide card button all
- end repeat
- show card field 2
- show card button 3
- set lockscreen to false
- end mouseUp
-
-
-
- -- part contents for background part 6
- ----- text -----
- Dialog Manager
-
- -- part contents for card part 1
- ----- text -----
- The Dialog Manager is a tool for handling dialogs and alerts in a particular way that's consistent with the Macintosh User Interface Guidelines.
-
- A dialog box comes up on the screen when an application needs more information to carry out a command.
-
- -- part contents for card part 5
- ----- text -----
-
- No silly, this is only a
- Sample Dialog Box !
-
-
-